home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / vfam116.zip / VFAM.DAT < prev    next >
Text File  |  1992-05-01  |  6KB  |  124 lines

  1.  ;----------------------------------------------------------------------
  2.  ;The VersaFAM version 1.16 Data File
  3.  ;
  4.  ;keep the first column clear to avoid MISSING file indications when
  5.  ;using VersaFAM's internal text editor to edit VFAM.DAT
  6.  ;----------------------------------------------------------------------
  7.  ;
  8.  ;The following explains usage of VersaFAM configuration verbs:
  9.  ;
  10.  ;BIOS            Tells VFAM to use BIOS rather than direct screen writes
  11.  ;Color          Defines colors used for borders, highlights, errors, etc.
  12.  ;ZapDir          Path to directory to be used as a ZAP directory
  13.  ;UnarcDir        Path to directory used to de-compress archive files
  14.  ;SwapDir         Path used when swapping VFAM to disk for external ops.
  15.  ;NoEMS           Tells VFAM not to use EMS, even when it is available
  16.  ;NoOEC           Enables/disables OEC encode/decode capability
  17.  ;Packer          The name of the archive utility to use for PACKing
  18.  ;ListFile        The list file name (FILES.BBS for Opus/Fido systems)
  19.  ;ConvertList     Allows conversion to a list format other than FILES.BBS
  20.  ;Backup          List file backup filename
  21.  ;StatusLog       Full path and filename of the VFAM operational log file
  22.  ;ListHdr         Full path and filename of the list header file
  23.  ;Editor          Name of the utility to be used to list/edit files
  24.  ;RepackEditFile  Allows updating of files within archives after editing
  25.  ;OrphanDesc      Description to be attached to orphan files when found
  26.  ;InfoFile        Full path and filename of info file to be added to archives
  27.  ;TextFlag        Pad character to be used to identify descriptive file lines
  28.  ;Sound           Enables beep for text editor and missing files
  29.  ;DOSPassword     Password for drop to DOS when operating remotely
  30.  ;ExtFunc1 - 10   External function definitions
  31.  ;Template1 - 10  Text template definitions
  32.  ;SysDir          File area path information
  33.  ;
  34.  ;
  35.  ;-----------------------------------------------------------------------
  36.  ;Configuration information starts here
  37.  ;Verbs may be commented OUT by placing a semicolon (;) before them
  38.  ;-----------------------------------------------------------------------
  39.  ;
  40.  ;BIOS
  41.   Color           13 9 11 12 10 14 12 7 5
  42.  ;Color parameters:  #1 = 1st-level blurb color
  43.  ;                   #2 = border color
  44.  ;                   #3 = highlight color
  45.  ;                   #4 = error/warning color
  46.  ;                   #5 = 1st-level directory color
  47.  ;                   #6 = 1st-level quantity (K) color
  48.  ;                   #7 = 1st-level description color
  49.  ;                   #8 = non-OEC text color
  50.  ;                   #9 = MARKed text color
  51.  ZapDir           C:\bbs\file\zap
  52.  UnarcDir         C:\test
  53.  SwapDir          D:
  54.  ;NoEMS
  55.  ;NoOEC
  56.  Packer           PKZIP
  57.  ListFile         files.bbs
  58.  ;ConvertList     taglist.exe
  59.  Backup           files.old
  60.  StatusLog        d:\bbs\logs\vfam.log
  61.  ListHdr          C:\bbs\file\template\DOWNLOAD.TPL
  62.  Editor           LIST
  63.  ;RepackEditFile
  64.  OrphanDesc       [27][B]o[9]_Newly-adopted,_no_info_available_yet
  65.  InfoFile         D:\bbs\misc\XANINFO.BBS
  66.  TextFlag         space
  67.  Sound
  68.  DOSPassword      <your password here>
  69.  ExtFunc1         GDS $                            ;Show .GIF files
  70.  ExtFunc2         CJPEG $                          ;Convert GIF to JPEG format
  71.  ExtFunc3         PLEASE send @ to 141/915 HOLD    ;Send file to data relay
  72.  ExtFunc4         PLEASE send @ to 141/730 NORMAL  ;Send file to D. Dawson
  73.  ExtFunc5         PID                              ;Inspect outbound dir
  74.  ExtFunc6         AUTOSCAN /o$
  75.  ;ExtFunc7
  76.  ExtFunc8         showpic @
  77.  ExtFunc9         grasprt &
  78.  ExtFunc10        grasp $
  79.  Template1        C:\bbs\file\template\box1.tpl      ;Single-line bounding box
  80.  Template2        C:\bbs\file\template\box2.tpl      ;Double-line bounding box
  81.  Template3        C:\bbs\file\template\box3.tpl      ;Solid-block bounding box
  82.  Template4        C:\bbs\file\template\flag.hdr      ;American flag file hdr
  83.  Template5        C:\bbs\file\template\hype.tpl      ;Shameless VFAM ad :-))
  84.  Template6        C:\bbs\file\template\xan2.hdr
  85.  Template7        C:\bbs\file\template\xan3.hdr
  86.  Template8        C:\bbs\file\template\lha.tpl
  87.  Template9        C:\bbs\file\template\download.tpl  ;Download label
  88.  ;Template10
  89.  
  90.  ;----------------------------------------------------------------------------
  91.  ;File area assignments start here
  92.  ;
  93.  ;SYSDIR parameters are as follows:
  94.  ;The first parameter after SYSDIR is the list file subdirectory.
  95.  ;
  96.  ;The second parameter can be either:
  97.  ;(1) An optional directory specifying where files are physically located,
  98.  ;    if this is different from the list file directory.  This feature was
  99.  ;    designed to allow users of CD-ROM drives an easy way to use VFAM.
  100.  ;(2) An optional description of the file area, 40 characters maximum length.
  101.  ;
  102.  ;Note the "!" before area descriptions-- this is required.
  103.  ;
  104.  ;----------------------------------------------------------------------------
  105.  ;                [List Dir] Actual Dir   Area Description
  106.  ;----------------------------------------------------------------------------
  107.  SysDir           c:\bbs\file\uncheck     !Unchecked files uploaded by users
  108.  SysDir           c:\cdrom\file1.bbs   c:\cdrom1  !CD-ROM test area
  109.  SysDir           c:\bbs\file\xansoft     !XanSoft Development Ltd. files
  110.  SysDir           c:\bbs\file\arc         !Archive utilities
  111.  SysDir           c:\bbs\file\avail       !Available file lists
  112.  SysDir           c:\bbs\file\bus         !Business-oriented files
  113.  SysDir           c:\bbs\file\comm        !Communications programs/utilities
  114.  SysDir           c:\bbs\file\disk        !Disk/file management utilities
  115.  SysDir           c:\bbs\file\game        !Games and on-line doors
  116.  SysDir           c:\bbs\file\gen         !General-interest files
  117.  SysDir           c:\bbs\file\maxtoonz    !Tune files for Maximus BBS
  118.  SysDir           c:\bbs\file\mem         !Memory management utilities
  119.  SysDir           c:\bbs\file\mon         !Video drivers and utilities
  120.  SysDir           c:\bbs\file\news        !Newsletters and text files
  121.  SysDir           c:\bbs\file\prog        !Programmer/ing utilities
  122.  SysDir           c:\bbs\file\template    !VFAM text templates
  123.  SysDir           c:\bbs\file\virus       !Anti-virus files
  124.